home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
dos
/
grafik
/
cbgi111
/
src
/
makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1990-06-30
|
294 b
|
25 lines
#
# This MAKEFILE is used to build all the BGI files and the required
# support library.
#
!include "defines.mak"
all:
cd lib
make -I..\
cd ..
cd ati
make -I..\
cd ..
cd tecmar
make -I..\
cd ..
cd revn9
make -I..\
cd ..
cd dt2851
make -I..\
cd ..